home *** CD-ROM | disk | FTP | other *** search
- .key domain
-
- ; $VER: DNS 1.00 (27.05.97) Domain Name Search - Copyright ©19970527 Amiguy@TheWorld.net
-
- failat 15
-
- Echo DNS 1.00 ©1997 Amiguy@TheWorld.net
-
- if "<domain>" eq ""
- echo usage: DNS any_domain_name.com
- quit
- endif
-
- Echo "Sending query on <domain> to InterNIC..."
-
- HTTPJ >NIL: http://rs.internic.net/cgi-bin/whois?<domain> to T:DNS.temp
-
- if warn
- echo "! Not connected !"
- quit
- endif
-
- Echo Analyzing response...
-
- search T:DNS.temp "No match for" >NIL:
-
- if not warn
- echo "<domain> is available! :)"
- else
- echo "<domain> is taken! :("
- endif
-
- delete T:DNS.temp >NIL:
-